Skip to content

Conversation

@lcawl
Copy link
Contributor

@lcawl lcawl commented Jun 9, 2025

Relates to #4277 and the new make transform-to-openapi-for-docs command added in #4415

This PR generates a Serverless-specific variation of the new output file.
It also updates the readme and adds both new output files to the .gitignore file, since IMO they don't need to be checked into the repo.

@lcawl lcawl added the OpenAPI label Jun 9, 2025
@lcawl lcawl requested review from a team and swallez June 9, 2025 19:18
@lcawl lcawl added the skip-backport This pull request should not be backported label Jun 9, 2025
@lcawl lcawl marked this pull request as ready for review June 9, 2025 19:18
@lcawl lcawl added backport 9.0 and removed skip-backport This pull request should not be backported labels Jun 12, 2025
@lcawl lcawl merged commit e02c777 into main Jun 12, 2025
11 checks passed
@lcawl lcawl deleted the docs-serverless branch June 12, 2025 16:49
github-actions bot pushed a commit that referenced this pull request Jun 12, 2025
@github-actions
Copy link
Contributor

The backport to 8.19 failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-8.19 8.19
# Navigate to the new working tree
cd .worktrees/backport-8.19
# Create a new branch
git switch --create backport-4503-to-8.19
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 e02c7772c899c3e01bca8a8fa2dbccecc0be818f
# Push it to GitHub
git push --set-upstream origin backport-4503-to-8.19
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-8.19

Then, create a pull request where the base branch is 8.19 and the compare/head branch is backport-4503-to-8.19.

@github-actions
Copy link
Contributor

The backport to 8.18 failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-8.18 8.18
# Navigate to the new working tree
cd .worktrees/backport-8.18
# Create a new branch
git switch --create backport-4503-to-8.18
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 e02c7772c899c3e01bca8a8fa2dbccecc0be818f
# Push it to GitHub
git push --set-upstream origin backport-4503-to-8.18
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-8.18

Then, create a pull request where the base branch is 8.18 and the compare/head branch is backport-4503-to-8.18.

lcawl added a commit that referenced this pull request Jun 13, 2025
@lcawl
Copy link
Contributor Author

lcawl commented Jun 13, 2025

💚 All backports created successfully

Status Branch Result
8.19

Questions ?

Please refer to the Backport tool documentation

lcawl added a commit that referenced this pull request Jun 13, 2025
@lcawl
Copy link
Contributor Author

lcawl commented Jun 13, 2025

💚 All backports created successfully

Status Branch Result
8.18

Questions ?

Please refer to the Backport tool documentation

lcawl added a commit that referenced this pull request Jun 16, 2025
lcawl added a commit that referenced this pull request Jun 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants